home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 41 / Amiga Format CD41 (1999-06)(Future Publishing)(GB)[!][issue 1999-07].iso / -seriously_amiga- / misc / g5library / doku / gatewaylibrary.version < prev    next >
Text File  |  1999-04-19  |  1KB  |  30 lines

  1. gateway and gateway.library
  2. ===========================
  3.  
  4. general information
  5.  
  6.  
  7. the version:
  8. ------------
  9.  
  10. All my programs will be handle the version number equal.
  11. The number is splitted in 3 parts. Example: V.R.B
  12. means VERSION.REVISION.BUILD. Version changed if the program
  13. is full or in a big area rewritten. Revision changed every
  14. time I change anything on the programs source. Build is changed
  15. by the compilerscript. If version changed, revision and build
  16. will be set to zero. If the revision changed, build set up to
  17. zero. Anytime the compiler recompile full or part of the program
  18. the buildnumber is updated from the makescript. If I change
  19. anything in an includefile and this will be also used by another
  20. programs they all will be recompiled. The buildcount often is
  21. very high.
  22.  
  23. The library also has an buildcount, but I change it manually
  24. and only I change anything on the library.
  25. Since library version 17.1.1 all 3 parts are put into the library.
  26.  
  27. Note: If only the third part is changed, the libfunctions are not
  28.       changed. Only if the first or the second part count up anything
  29.       is added, fixed, dropped or changed.
  30.